:root {
    --bs-gutter-x: 1.5rem;
}

.level-1 {
    max-width: 1280px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.level-2 {
    padding-left: calc(var(--bs-gutter-x) * .5 + 50px);
    padding-right: calc(var(--bs-gutter-x) * .5 + 50px);
}

@media screen and (max-width: 991px) {
    .level-2 {
        min-width: 700px;
        width: calc(100% - 20px);
        margin-left: auto;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}

@media screen and (max-width: 767px) {
    .level-1 {
        padding: 0;
    }

    .level-2 {
        padding: 0;
        min-width: 300px;
        width: calc(100% - 44px);
        margin: 0 auto 0;
    }
}

.level-3 {
    margin-left: 50px;
}




.sec-high-therapy-2 {
    padding: 80px 0 40px;
}

@media screen and (max-width: 767px) {
    .sec-high-therapy-2 {
        padding: 24px 18px;
    }
}


.sec-high-therapy-2 .therapy-img img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .sec-high-therapy-2 .therapy-img img {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .sec-high-therapy-2 .therapy-img img {
        height: 300px;
    }
}


.sec-high-therapy-2 .therapy-content {
    background: rgb(241, 244, 255);
    max-width: 1000px;
    margin: -115px 0 0 75px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .sec-high-therapy-2 .therapy-content {
        margin: -80px 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .sec-high-therapy-2 .therapy-content {
        margin: 4px auto 0;
    }
}

.sec-high-therapy-2 .therapy-content h3, .sec-high-therapy-2 .therapy-content .h3, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h2.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h2.title, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h1.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h1.title, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h3.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h3.title, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h4.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h4.title {
    margin-bottom: 36px;
    font-weight: 600;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .sec-high-therapy-2 .therapy-content h3, .sec-high-therapy-2 .therapy-content .h3, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h2.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h2.title, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h1.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h1.title, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h3.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h3.title, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h4.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h4.title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .sec-high-therapy-2 .therapy-content h3, .sec-high-therapy-2 .therapy-content .h3, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h2.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h2.title, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h1.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h1.title, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h3.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h3.title, .sec-high-therapy-2 .therapy-content .sec-disease-single .warning-wrapper h4.title, .sec-disease-single .warning-wrapper .sec-high-therapy-2 .therapy-content h4.title {
        margin-bottom: 15px;
    }
}

.sec-high-therapy-2 .therapy-content .therapy-card {
    padding: 30px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .sec-high-therapy-2 .therapy-content .therapy-card {
        padding: 20px 15px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .sec-high-therapy-2 .therapy-content .therapy-card p {
        font-size: 14px;
        line-height: 20px;
    }
}

.sec-high-therapy-2 .therapy-content .therapy-card p strong {
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .sec-high-therapy-2 .therapy-content .therapy-card p strong {
        font-size: 14px;
        line-height: 20px;
    }
}

.sec-high-therapy-2 .therapy-content ul.benefit-list {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

@media screen and (max-width: 767px) {
    .sec-high-therapy-2 .therapy-content ul.benefit-list {
        grid-template-columns: auto;
    }
}

.sec-high-therapy-2 .therapy-content ul.benefit-list li {
    list-style: none;
    position: relative;
    display: block;
    padding: 12px 0;
}

.sec-high-therapy-2 .therapy-content ul.benefit-list li {
    border-bottom: 1px solid rgb(21, 6, 58);
}

.sec-high-therapy-2 .therapy-content ul.benefit-list li:last-of-type {
    border-bottom: none;
}

@media screen and (min-width: 768px) {
    .sec-high-therapy-2 .therapy-content ul.benefit-list li:nth-last-of-type(2) {
        border-bottom: none;
    }

    .sec-high-therapy-2 .therapy-content ul.benefit-list li:nth-child(odd) {
        margin-right: 15px;
    }

    .sec-high-therapy-2 .therapy-content ul.benefit-list li:nth-child(even) {
        margin-left: 15px;
    }
}

.sec-high-therapy-2 .therapy-content ul.benefit-list li p {
    margin-bottom: 0;
    color: #1B1924;
}

.sec-high-therapy-2 .therapy-content ul.benefit-list li p strong {
    color: #35197C;
}



.c313book .btn-box {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .c313book .btn-box {
        display: flex;
        justify-content: stretch;
    }

    .c313book .btn-box a.btn-style {
        width: 100%;
    }
}